@font-face {
	font-family: "Open Sans";
	src: url("/mvk/jakarta.faces.resource/opensans-regular.ttf.xhtml?ln=assets");
}

@font-face {
	font-family: "Inter UI";
	src: url("/mvk/jakarta.faces.resource/inter-regular.woff.xhtml?ln=assets");
}
@font-face {
	font-family: "Inter UI";
	font-weight: 700;
	src: url("/mvk/jakarta.faces.resource/inter-bold.woff.xhtml?ln=assets");
}

@font-face {
	font-family: "Inter-UI-Bold";
	src: url("/mvk/jakarta.faces.resource/inter-bold.woff.xhtml?ln=assets");
}

/*********************/
/****** General ******/
html,
body {
	height: 100%;
}

body {
	font-size: 100%;
	font-family: "Open Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #353535;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3 {
	font-family: "Inter-UI-Bold", sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 32px;
	color: #c12143;
	line-height: 1.25;
}

h2 {
	font-size: 24px;
	color: #c12143;
	line-height: 1.25;
	letter-spacing: -0.5px;
}

h3 {
	color: #1e1e1e;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.4px;
}

@media (min-width: 1024px) {
	h1 {
		font-size: 48px;
		line-height: 1.08;
	}
	.ic-page-header__logo-link {
		background-size: 7rem;
	}
}

.screen-reader-only {
	position: absolute;
	left: -9999px;
	overflow: hidden;
}

.assistiveText {
	text-indent: -9999px;
	overflow: hidden;
}

wrapper {
	height: auto;
	position: relative;
}

h4 {
	font-family: Inter-UI-Bold;
	color: #353535;
	font-size: 16px;
	line-height: 1.25;
	margin: 10px 0;
}

p,
dt,
dd,
.contentFontSize {
	font-size: 16px;
	line-height: 1.5;
	overflow-wrap: break-word;
}

a {
	font-family: "Open Sans", arial, sans-serif;
	color: #396291;
	font-size: 16px;
	cursor: pointer;
	text-decoration: underline;
}

h1 {
	margin-top: 40px;
	margin-bottom: 30px;
}

h2,h3 {
	margin: 20px 0px 20px 0px;
}

ul {
	margin: 16px 0px 16px 0px;
	padding-left: 40px;
}

.floatRight {
	float: right;
}

.hidden {
	display: none;
}

#contentContainer {
	margin-bottom: 50px;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
}

#mainContainer {
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 50px;
	clear: both;
}

.layout--narrow {
	max-width: 38.75rem;
	margin: 0 auto;
}

.boxRoundedBody h3 {
	display: flex;
	align-items: center;
}

.boxRoundedBody {
	box-shadow: 0 2px 4px 0 rgba(30, 30, 30, 0.3);
	border-top: 5px solid #c12143;
	border-radius: 6px;
	padding: 20px;
	background-color: white;
	position: relative;
}

.errorPageContainer {
	padding: 20px 0;
	text-align: center;
}

.errorPageContainer .obsBox {
	margin: 20px 10px;
}

@media all and (max-width: 1024px) {
	#mainContainer {
		min-width: 200px;
	}

	#contentContainer {
		float: none;
		margin: 0;
		font-family: "Open Sans", arial, sans-serif;
		width: initial;
		font-size: 16px;
	}

	.boxRoundedBody {
		border: 1px solid #dadbdc;
		padding: 10px;
		background-color: white;
		border-radius: 10px;
		box-shadow: none;
		margin-bottom: 20px !important;
	}
}

/*********************/
/****** Forms *******/
button,
input[type="button"],
input[type="submit"] {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-appearance: none;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 2px solid #636466;
	outline-offset: 4px;
}

input {
	background: #f1f1f5;
	border: solid 1px #366291;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="checkbox"] {
	margin: 20px 5px;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
}

input[type="text"] {
	width: 100%;
	height: 50px;
	padding: 0 10px;
	font-size: 16px;
}

@media all and (max-width: 1024px) {
	#scrollTopIcon a {
		bottom: 30px !important;
	}
}

/*********************/
/******BREADCRUMBS****/

.breadcrumbs, #breadcrumbs-mobile {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}

.breadcrumbs__item {
	display: inline;
}

.breadcrumbs__item:after {
	content: "/";
	margin-left: 4px;
}

.breadcrumbs__item:last-of-type:after {
	content: "";
	margin-left: 0;
}

.breadcrumb-item__link__arrow {
	transform: rotate(270deg);
	height: 8px;
	width: 24px;
	display: flex;
	vertical-align: middle;
	margin-left: -8px;
}

.breadcrumbs__item__mobile > a {
	align-items: center;
	display: flex;
	text-decoration: none;
}

/*********************/
/****** Icons *******/
.infoIcon,
button.infoIcon {
	background-image: url("/mvk/jakarta.faces.resource/icons/info-blue.svg.xhtml?ln=images");
	background-color: #fff;
	background-repeat: no-repeat;
	height: 31px;
	width: 31px;
	min-width: 31px;
	display: inline-block;
	border: none;
	position: relative;
	vertical-align: middle;
	padding: 0;
}

.information-blue  {
	background-image: url("/mvk/jakarta.faces.resource/icons/information-blue.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 32px;
    width: 31px;
	display: inline-block;
	border: none;
	position: relative;
	vertical-align: bottom;
	padding: 15px;
	border-radius: 100%;
	margin-right: 10px;
}

.alert-attention {
	background-image: url("/mvk/jakarta.faces.resource/icons/alert-attention.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 34px;
    width: 42px;
	padding: 15px;
	display: inline-block;
	padding: 15px;
}

.alert-attention-new {
	background-image: url("/mvk/jakarta.faces.resource/icons/alert-attention-new.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 34px;
    width: 42px;
	padding: 15px;
	display: inline-block;
	padding: 15px;
}

.infoIcon.active {
	background-image: url("/mvk/jakarta.faces.resource/icons/info-active.svg.xhtml?ln=images");
}

.infoMessageIcon {
	background-image: url("/mvk/jakarta.faces.resource/icons/done_icon.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 34px;
	width: 31px;
	display: inline-block;
	color: #419002;
	position: absolute;
	top: 20px;
}

.caret {
	display: none;
	border: solid #396291;
	border-width: 0 3px 3px 0;
	padding: 6px;
	margin: 10px 0;
}

.caret.up {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.caret.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.alertIcon {
	background-image: url("/mvk/jakarta.faces.resource/icons/alert-red.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 41px;
	width: 41px;
	display: inline-block;
	position: absolute;
	top: 20px;
}

.alertIconGrey {
	background-image: url("/mvk/jakarta.faces.resource/icons/alert-grey.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	height: 41px;
	width: 41px;
	color: #353535;
	position: absolute;
	top: 20px;
	left: 10px;
}

.closeIcon,
button.closeIcon {
	background-image: url("/mvk/jakarta.faces.resource/icons/close-menu.svg.xhtml?ln=images");
	background-color: #fff;
	border: none;
	min-width: 30px;
	display: inline-block;
	float: right;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	padding: 0;
}

.paperclipIcon {
	background-image: url("/mvk/jakarta.faces.resource/icons/attachment.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: 20px 20px;
	vertical-align: middle;
}

.arrowBlue {
	background-image: url(/mvk/jakarta.faces.resource/icons/pil-blue.svg.xhtml?ln=images);
	background-repeat: no-repeat;
	display: inline-block;
	width: 15px;
	height: 18px;
	background-size: 15px 15px;
	vertical-align: middle;
	margin: 0 10px;
}

.icon-logout {
	background-image: url("/mvk/jakarta.faces.resource/logout.png.xhtml?ln=images");
	width: 14px;
	height: 17px;
	background-size: 100%;
	display: inline-block;
	margin-left: 15px;
	margin-right: 5px;
	float: right;
}

#scrollTopIcon {
	color: #1e1e1e;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	display: none;
}

#scrollTopIcon a {
	position: fixed;
	right: 20px;
	bottom: 10px;
	z-index: 10000;
	height: 43px;
	width: 44px;
	background-image: url("/mvk/jakarta.faces.resource/icons/scroll-to-top-arrow.svg.xhtml?ln=images");
	background-repeat: no-repeat;
	background-position: center; 
	background-size: 64%;
	border-radius: 50%;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	cursor: pointer;
	transform: rotate(-90deg); 
	display: flex;
	align-items: center;
	justify-content: center;
	filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 6px);
}

/*********************/
/***** Alerts ******/
.errorBox {
	background: #faeef0;
	position: relative;
	border: dashed 1px #c12143;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 30px 10px;
	margin-bottom: 10px;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
}

.errorBox li {
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
	padding-left: 20px;
}

.errorBox h2 {
	margin-bottom: 0;
}

.inputWrapper.error {
	background-color: #faeef0;
	border: dashed 1px #c12143;
	padding: 0 10px;
}

.inputWrapper.inputError {
	background-color: #faeef0;
	border: dashed 1px #c12143;
}

.errorMessage {
	margin-left: 50px;
}

.popover .errorMessage {
	margin-left: 0;
	color: #c12143;
}

#settingsInfoPopoverPerson,
#settingsInfoPopoverDigital,
#settingsInfoPopoverPhone {
	font-weight: normal;
}

.warningMessageBox {
	background: #f1f2f2;
	border-radius: 10px;
	border: 1px solid #e3e3e4;
	padding: 20px;
	padding-left: 60px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	border-color: #396291;
    background-color: #f1f1f5;
}

.infoMessageBox {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px 30px 20px;
	background-color: #eef8ee;
	border: dashed 1px #6fbb2b;
	margin-bottom: 10px;
	color: #353535;
}

.infoMessageBox .infoMessage {
	margin-left: 50px;
}

.warningMessageBox ul,
.infoMessageBox ul,
.errorBox ul {
	list-style: disc;
	padding: 0;
	margin: 0;
	margin-left: 50px;
	font-size: 16px;
}

.infoMessageBox ul li {
	background-image: none;
	margin-left: 0;
	margin-top: 0;
	background-color: #eef8ee;
	white-space: normal;
	padding: 0;
	line-height: 1.5;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 16px;
}

@media all and (width: 1024px) {
	.ic-page-header__logo-container {
		width: 7.5rem !important;
	}
	.ic-avatar-box {
		flex: none !important;
		height: auto !important; 
		padding-top: .9375rem !important;
        padding-right: 2.5rem !important;
        padding-bottom: .9375rem !important;
        padding-left: 1.875rem !important;
	}
}

@media all and (max-width: 1024px) {
	.errorBox,
	.warningMessageBox,
	.infoMessageBox {
		padding: 5px 10px 14px;
		max-width: 100%;
	}

	.errorMessage,
	.infoMessage {
		font-size: 16px;
	}

	.warningMessageBox ul,
	.infoMessageBox ul,
	.errorBox ul {
		margin-left: 10px;
		list-style-position: inside;
	}
}

/*********************/
/***** Popover ******/
.popover {
	min-width: 200px;
	min-height: 200px;
	position: absolute;
	display: none;
	top: -20px;
	left: 40px;
	background: #fff;
	font-size: 16px;
	border-radius: 10px;
	border: 1px solid #808285;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
	will-change: filter;
	-ms-box-shadow: 0 0 0 0.3px rgba(0, 0, 0, 10px);
	padding: 14px 60px 14px 28px;
	font-family: "Open Sans", arial, sans-serif;
	max-width: 300px;
}

.popover.open {
	position: absolute;
	display: inline-block;
	z-index: 1000;
}

.popover::after {
	background-color: #fff;
	content: "\00a0";
	display: block;
	height: 20px;
	left: -10px;
	position: absolute;
	top: 20px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 20px;
	border-left: 1px solid #808285;
    border-bottom: 1px solid #808285;
}

.popover h4 {
	font-size: 16px;
}

.popoverForm {
	position: relative;
}

.popoverForm .popover {
	width: auto;
	min-height: 20px;
	min-width: 400px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
	display: none;
	left: 0;
	top: 2px;
	border-radius: 5px;
	padding: 0 10px 10px 10px;
}

.popoverForm .popover::after {
	background-color: #fff;
	content: "\00a0";
	display: block;
	height: 20px;
	position: absolute;
	left: 20px;
	top: -10px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 20px;
}

.popoverWrapper {
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

#settingsInfoPopoverPerson,
#settingsInfoPopoverDigital,
#settingsInfoPopoverPhone,
#settingsInfoPopoverMail  {
	box-sizing: unset;
}

@media all and (max-width: 1024px) {
	.popover {
		min-width: 0;
		min-height: 0;
		position: absolute;
		display: none;
		/* top: 40px; */
		left: 0;
		right: 0;
		max-width: 100%;
		padding-bottom: 20px;
	}

	.infoIcon,
	button.infoIcon {
		position: relative;
	}

	.popover.open {
		position: absolute;
		display: inline-block;
		z-index: 1000;
		top: 50px;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 200px;
    	min-height: 0;
	}

	.popover::after {
		content: none;
		position: absolute;
	}

	.popoverWrapper {
		position: static;
	}
	#settingsInfoPopoverPerson_popoverIcon {
		margin-left: 3px;
	}
	#settingsInfoPopoverDigital_popoverIcon,
	#settingsInfoPopoverPhone_popoverIcon,
	#settingsInfoPopoverMail_popoverIcon {
		margin-left: 3px;
	}
}

/*********************/

/**** HEADER *********/
#header {
	position: relative;
	margin: 0 auto 20px;
}

#mobile-menu {
	display: none;
}

.header-icon-wrapper {
	display: inline-block;
}
@media all and (min-width: 1024px) {
	.ic-page-header__logo-container {
		padding-left: 10px !important;
	}
}
@media all and (max-width: 1024px) {
	.header-icon-wrapper {
		display: inline-block;
		width: 80px;
	}
	.ic-page-header__logo-container {
		width: 3.5625rem;
	}
	.ic-avatar-box {
		flex: 1;
		margin-left: 12px;
		margin-right: 12px;
		padding: 0px 16px;
		height: 32px;
	}

	#mobile-menu .ic-nav-list__item::before {
		left: 0;
		width: 100%;
		background: linear-gradient(to bottom, rgb(255 255 255 / 100%) 20%, rgb(255 255 255 / 0%) 40%);
	}
}

/*********************/
.link-out-icon {
	background: url("/mvk/jakarta.faces.resource/icons/link-out-icon.svg.xhtml?ln=images") no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	stroke-width: 0.5;
	fill-rule: nonzero;
	margin-left: 0.25rem;
}

a img.link-out {
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 2px;
}

/********************/
/* Dialog override */
.ui-dialog-titlebar {
	display: none;
}

.ui-dialog .ui-dialog-buttonpane {
	border: none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
	width: 550px !important;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: 0.1em 1em 0.5em !important;
	margin-top: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane a {
	color: #17646f !important;
	border: none !important;
	background: none;
}

@media all and (max-width: 767px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
		width: 400px !important;
	}
}

@media all and (max-width: 600px) {
	.ui-dialog.ui-widget.ui-widget-content.ui-corner-all {
		width: 300px !important;
	}
}

/********************/
/*** UserInfoBox ***/
.userInfoBox {
	position: relative;
	background-color: #fff8e0;
	border: 1px dashed #808285;
	border-radius: 10px;
	padding: 20px;
	margin: 20px 0;
}

h4.userInfoBox {
	float: left;
}

.headerDiv {
	display: flex;
	align-items: center;
	margin-top: -10px;
}

.textDiv {
	display: flex;
	align-items: center;
	margin-top: -10px;
}

.userInfoIcon {
	float: left;
	padding-right: 10px;
	position: relative;
	top: -1px;
}

.userInfoBoxRed {
	background-color: #fff8f7;
	border-width: 2px;
	border-style: solid;
	border-color: #d04437;
	padding: 15px;
	margin-left: 4px;
	margin-right: 4px;
}

h4.userInfoBoxRed {
	float: left;
}

/********************/
/*** StartInfoBox ***/
.startInfoBox {
    border-radius: 10px;
    padding: 25px;
    padding-left: 60px;
    padding-bottom: 66px;
    position: relative;
    margin-bottom: 20px;
    background-color: #fff8e0;
    border: 1px dashed #808285;
}

.startInfoBox_form {
	position: absolute;
	left: 25px;
	bottom: 16px;
}

.startInfoBox_alertIconGrey {
    background-image: url("/mvk/jakarta.faces.resource/icons/alert-grey.svg.xhtml?ln=images");
    background-repeat: no-repeat;
    height: 41px;
    width: 41px;
    color: #353535;
    position: absolute;
    top: 15px;
    left: 10px;
}

/********************/
/* Infobox */
.ic-alert--observe {
	border-color: #396291;
}

/********************/
/* Login */
.login__card > .ic-card__body > ul {
	padding-left: 0px;
}

/********************/
/* Alert */
.ic-alert--info {
	border-color: #396291;
	background-color: #f1f1f5;
	margin: 20px 0px;
}

.ic-alert--observe {
	background-color: #fff8e0;
	border-color: #808285;
	margin: 20px 0px;
}

.ic-block-list {
	padding-left: 0px;
}

.ic-link-list.ic-link-list--nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0px;
}

.ic-page-footer__about__content__information {
	padding-left: 0px;
}

.ic-page-footer__about__content__information li:first-child {
	flex: 1;
}
  
.ic-page-footer__about__content__information li:nth-child(2) {
	padding-right: 3.1rem;
}

.no-underline {
	text-decoration: none !important;
}

.no-underline:hover {
    color: #a00b36;
}

/* FacilityContactCard */
.new-window-link::after {
    content: url("/mvk/jakarta.faces.resource/images/icons/link-out-icon.svg.xhtml");
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}
